Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

Bumps the conform group with 3 updates: @conform-to/dom, @conform-to/react and @conform-to/zod.

Updates @conform-to/dom from 1.5.1 to 1.8.2

Release notes

Sourced from @​conform-to/dom's releases.

v1.8.2

What's Changed

New Contributors

Full Changelog: edmundhung/conform@v1.8.1...v1.8.2

v1.8.1

What's Changed

  • fix(future-export): useControl now properly resets file inputs when receiving an empty array (edmundhung/conform#976)

Full Changelog: edmundhung/conform@v1.8.0...v1.8.1

v1.8.0

What's changed

This version introduced two new experimental APIs under the future export.

  • useFormData: A low-level React hook that lets you derive a value from the current FormData of a form and re-render only when that value changes.

    const isAdmin = useFormData(
      formRef,
      (formData) => formData?.get('role') === 'admin',
    );
  • isDirty: A utility function for checking whether the current form values differ from the default values.

    const dirty = isDirty(formData, { defaultValue });

These APIs are designed to decouple form state from the core logic and provide more flexibility for reacting to form changes without relying on internal context. They are also part of the groundwork for a simpler useForm hook in future versions.

Learn more in the announcement post.

No changes were made to the future useControl hook in this release. Everything should continue to work as expected.

Full Changelog: edmundhung/conform@v1.7.2...v1.8.0

v1.7.2

What's Changed

... (truncated)

Commits
  • 4a9fb82 release: bump packages version (#987)
  • 4c0bc13 fix: update input default value only if defined before resetting (#980)
  • 53a5da2 release: bump packages version (#977)
  • a5e16f5 fix: future useControl should reset file input if received an empty array (...
  • 9f9c1c9 release: bump packages version (#972)
  • 909fc5e feat: introduce useFormData hook and isDirty helper (#971)
  • a4c5e9d release: bump packages version (#970)
  • f75e567 release: bump packages version (#965)
  • d8c95d9 fix(conform-react): ensure useControl works when File or FileList is undefine...
  • 21082e2 chore: setup both browser and node tests with vitest (#967)
  • Additional commits viewable in compare view

Updates @conform-to/react from 1.5.1 to 1.8.2

Release notes

Sourced from @​conform-to/react's releases.

v1.8.2

What's Changed

New Contributors

Full Changelog: edmundhung/conform@v1.8.1...v1.8.2

v1.8.1

What's Changed

  • fix(future-export): useControl now properly resets file inputs when receiving an empty array (edmundhung/conform#976)

Full Changelog: edmundhung/conform@v1.8.0...v1.8.1

v1.8.0

What's changed

This version introduced two new experimental APIs under the future export.

  • useFormData: A low-level React hook that lets you derive a value from the current FormData of a form and re-render only when that value changes.

    const isAdmin = useFormData(
      formRef,
      (formData) => formData?.get('role') === 'admin',
    );
  • isDirty: A utility function for checking whether the current form values differ from the default values.

    const dirty = isDirty(formData, { defaultValue });

These APIs are designed to decouple form state from the core logic and provide more flexibility for reacting to form changes without relying on internal context. They are also part of the groundwork for a simpler useForm hook in future versions.

Learn more in the announcement post.

No changes were made to the future useControl hook in this release. Everything should continue to work as expected.

Full Changelog: edmundhung/conform@v1.7.2...v1.8.0

v1.7.2

What's Changed

... (truncated)

Commits
  • 4a9fb82 release: bump packages version (#987)
  • 53a5da2 release: bump packages version (#977)
  • a5e16f5 fix: future useControl should reset file input if received an empty array (...
  • 9f9c1c9 release: bump packages version (#972)
  • 909fc5e feat: introduce useFormData hook and isDirty helper (#971)
  • a4c5e9d release: bump packages version (#970)
  • f75e567 release: bump packages version (#965)
  • d8c95d9 fix(conform-react): ensure useControl works when File or FileList is undefine...
  • 21082e2 chore: setup both browser and node tests with vitest (#967)
  • 5f886c3 fix(conform-react): stop setting aria-invalid on form and fieldset elements (...
  • Additional commits viewable in compare view

Updates @conform-to/zod from 1.5.1 to 1.8.2

Release notes

Sourced from @​conform-to/zod's releases.

v1.8.2

What's Changed

New Contributors

Full Changelog: edmundhung/conform@v1.8.1...v1.8.2

v1.8.1

What's Changed

  • fix(future-export): useControl now properly resets file inputs when receiving an empty array (edmundhung/conform#976)

Full Changelog: edmundhung/conform@v1.8.0...v1.8.1

v1.8.0

What's changed

This version introduced two new experimental APIs under the future export.

  • useFormData: A low-level React hook that lets you derive a value from the current FormData of a form and re-render only when that value changes.

    const isAdmin = useFormData(
      formRef,
      (formData) => formData?.get('role') === 'admin',
    );
  • isDirty: A utility function for checking whether the current form values differ from the default values.

    const dirty = isDirty(formData, { defaultValue });

These APIs are designed to decouple form state from the core logic and provide more flexibility for reacting to form changes without relying on internal context. They are also part of the groundwork for a simpler useForm hook in future versions.

Learn more in the announcement post.

No changes were made to the future useControl hook in this release. Everything should continue to work as expected.

Full Changelog: edmundhung/conform@v1.7.2...v1.8.0

v1.7.2

What's Changed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 21, 2025
Copy link

vercel bot commented Jul 21, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
birdxplorer-viewer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2025 10:20am

Bumps the conform group with 3 updates: [@conform-to/dom](https://github.com/edmundhung/conform/tree/HEAD/packages/conform-dom), [@conform-to/react](https://github.com/edmundhung/conform/tree/HEAD/packages/conform-react) and [@conform-to/zod](https://github.com/edmundhung/conform/tree/HEAD/packages/conform-zod).


Updates `@conform-to/dom` from 1.5.1 to 1.8.2
- [Release notes](https://github.com/edmundhung/conform/releases)
- [Commits](https://github.com/edmundhung/conform/commits/v1.8.2/packages/conform-dom)

Updates `@conform-to/react` from 1.5.1 to 1.8.2
- [Release notes](https://github.com/edmundhung/conform/releases)
- [Commits](https://github.com/edmundhung/conform/commits/v1.8.2/packages/conform-react)

Updates `@conform-to/zod` from 1.5.1 to 1.8.2
- [Release notes](https://github.com/edmundhung/conform/releases)
- [Commits](https://github.com/edmundhung/conform/commits/v1.8.2/packages/conform-zod)

---
updated-dependencies:
- dependency-name: "@conform-to/dom"
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: conform
- dependency-name: "@conform-to/react"
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: conform
- dependency-name: "@conform-to/zod"
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: conform
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/conform-b897ee2061 branch from 1ee73d6 to 56e6174 Compare August 8, 2025 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants